home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms420.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  14.5 KB  |  419 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "QMS 420 Print System " versions 2011.21
  4. *% Date: 1/30/93
  5. *FormatVersion: "4.0"
  6. *FileVersion: "1.0"
  7. *PCFileName: "QMS420.PPD"
  8. *LanguageVersion: English
  9. *Product: "(QMS 420 Print System)"
  10. *PSVersion: "(2011.22) 15"
  11. *ModelName: "QMS 420 Print System"
  12. *NickName: "QMS 420 Print System v2011.22 r15"
  13.  
  14. *% ADORequiresEExec added by Microsoft
  15. *ADORequiresEExec: True
  16.  
  17. *% ==== Options and Constraints ====
  18.  
  19. *OpenGroup: InstallableOptions/Options Installed
  20.  
  21. *OpenUI *Option1/Optional Input Tray: Boolean
  22. *DefaultOption1: False
  23. *Option1 True/Installed: ""
  24. *Option1 False/Not Installed: ""
  25. *CloseUI: *Option1
  26.  
  27. *CloseGroup: InstallableOptions
  28.  
  29. *UIConstraints: *Option1 False *InputSlot Lower
  30.  
  31. *% General Information and Defaults ===============
  32. *FreeVM: "1169523"
  33. *LanguageLevel: "2"
  34. *ColorDevice: False
  35. *DefaultColorSpace: Gray
  36. *VariablePaperSize: False
  37. *FileSystem: True
  38. *?FileSystem: "
  39.   statusdict begin diskonline 
  40.   {(True)}{(False)} ifelse = flush end"
  41. *End
  42. *Throughput: "4"
  43. *Password: "0"
  44. *ExitServer: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true 
  47.   }{
  48.     dup    % potential password
  49.     statusdict begin checkpassword end not 
  50.   } ifelse 
  51.   {  %  if no password or not valid 
  52.     (WARNING : Cannot perform the exitserver command.) = 
  53.     (Password supplied is not valid.) = 
  54.     (Please contact the author of this software.) = flush
  55.     quit 
  56.   } if 
  57.   serverdict begin exitserver
  58. "
  59. *End
  60.  
  61. *Reset: "(WARNING : Cannot reset printer.) = "
  62.  
  63. *OpenUI *Resolution: PickOne
  64. *OrderDependency: 10 AnySetup *Resolution
  65. *DefaultResolution: 300dpi
  66. *SetResolution 300dpi: "
  67.   serverdict begin 0 exitserver
  68.   statusdict begin 300 setdefaultresolution end
  69. "
  70. *End
  71. *SetResolution 600dpi: "
  72.   serverdict begin 0 exitserver
  73.   statusdict begin 600 setdefaultresolution end
  74. "
  75. *End
  76.  
  77. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  78. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  79.  
  80. *?Resolution: "
  81. save
  82.   statusdict begin resolution end
  83.   128 string cvs dup print (x) print print (dpi) = flush
  84. restore
  85. "
  86. *End
  87. *CloseUI: *Resolution
  88.  
  89. *% Halftone Information ===============
  90. *ScreenFreq: "60.0"
  91. *ScreenAngle: "45.0"
  92. *DefaultScreenProc: Dot
  93. *ScreenProc Dot: " {
  94. abs exch abs 2 copy add 1 gt 
  95.  {1 sub dup mul exch 1 sub dup mul add 1 sub }
  96.  {dup mul exch dup mul add 1 exch sub }
  97.  ifelse 
  98. }"
  99. *End
  100. *ScreenProc Line: "{ pop }"
  101. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  102.  
  103. *DefaultTransfer: Null
  104. *Transfer Null: "{ }"
  105. *Transfer Null.Inverse: "{ 1 exch sub }"
  106.  
  107. *% Paper Handling ===================
  108.  
  109. *OpenUI *PageSize: PickOne
  110. *OrderDependency: 30 AnySetup *PageSize
  111. *DefaultPageSize: Letter
  112. *PageSize Letter: "statusdict begin lettertray end"
  113. *PageSize Legal: "statusdict begin legaltray end"
  114. *PageSize Executive: "statusdict begin executivetray end"
  115. *PageSize A4: "statusdict begin a4tray end"
  116. *PageSize B5: "statusdict begin b5tray end"
  117. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin envelopetray monarcenvelope  end"
  118. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin envelopetray com10envelope end"
  119. *PageSize Envelope.312.624/DL Envelope: "statusdict begin envelopetray dlenvelope end"
  120. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin envelopetray c5envelope end"
  121. *PageSize Envelope.279.639/Com9 Envelope: "statusdict begin envelopetray com9envelope end"
  122. *?PageSize: "
  123.  save statusdict begin
  124.   6 dict begin
  125.    /letter (Letter) def
  126.    /legal (Legal) def
  127.    /a4 (A4) def
  128.    /b5 (B5) def
  129.    /executivepage (Executive) def
  130.    /envelope (Envelope) def
  131.    papersize {
  132.      {load exec} stopped not{= flush}if
  133.    }{
  134.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  135.    }ifelse
  136.   end
  137.  end restore
  138. "
  139. *End
  140. *CloseUI: PageSize
  141.  
  142. *% These entries will set up the frame buffer. Usually used with manual feed.
  143. *OpenUI *PageRegion: PickOne
  144. *OrderDependency: 40 AnySetup *PageRegion
  145. *DefaultPageRegion: Letter
  146. *PageRegion Letter: "letter"
  147. *PageRegion Legal: "legal"
  148. *PageRegion Executive: "statusdict begin executivepage end"
  149. *PageRegion A4: "a4"
  150. *PageRegion B5: "b5"
  151. *PageRegion Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope end"
  152. *PageRegion Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope end"
  153. *PageRegion Envelope.312.624/DL Envelope: "statusdict begin dlenvelope end"
  154. *PageRegion Envelope.459.649/C5 Envelope: "statusdict begin c5envelope end"
  155. *PageRegion Envelope.279.639/Com9 Envelope: "statusdict begin com9envelope end"
  156. *CloseUI: *PageRegion
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "15 13 597 780 "
  161. *ImageableArea Legal: "15 14 589 995 "
  162. *ImageableArea Executive: "18 18 503 738"
  163. *ImageableArea A4: "16 11 579 831 "
  164. *ImageableArea B5: "18 12 497 717 "
  165. *ImageableArea Envelope.279.540/Monarch Envelope: "1 1 279 540"
  166. *ImageableArea Envelope.297.684/Common #10 Envelope: "1 1 297 684"
  167. *ImageableArea Envelope.312.624/DL Envelope: "1 1 312 623"
  168. *ImageableArea Envelope.459.649/C5 Envelope: "1 1 459 649"
  169. *ImageableArea Envelope.279.639/Com9 Envelope: "1 1 279 639"
  170. *?ImageableArea: "
  171.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  172.   newpath clippath pathbbox
  173.   4 -2 roll exch 2 {ceiling cvp} repeat
  174.   exch 2 {floor cvp} repeat flush
  175.  restore
  176. "
  177. *End
  178.  
  179.  
  180. *% These provide the physical dimensions of the paper (by keyword)
  181. *DefaultPaperDimension: Letter
  182. *PaperDimension Letter: "612 792"
  183. *PaperDimension Legal: "612 1008"
  184. *PaperDimension Executive: "540 756"
  185. *PaperDimension A4: "596 842"
  186. *PaperDimension B5: "516 729"
  187. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  188. *PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
  189. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  190. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  191. *PaperDimension Envelope.279.639/Com9 Envelope: "279 639"
  192.  
  193.  
  194. *DefaultOutputBin: Upper
  195.  
  196. *OpenUI *InputSlot: PickOne
  197. *OrderDependency: 20 AnySetup *InputSlot
  198. *DefaultInputSlot: Upper
  199. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  200. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  201. *%End
  202. *?InputSlot: "
  203.  save statusdict begin
  204.   2 dict begin
  205.    /2 (Lower) def
  206.    /1 (Upper) def
  207.    papertray
  208.      {( ) cvs cvn load exec} stopped not{= flush}if
  209.   end
  210.  end restore
  211. "
  212. *End
  213. *CloseUI: *InputSlot
  214.  
  215. *OpenUI *ManualFeed: Boolean
  216. *OrderDependency: 20 AnySetup *ManualFeed
  217. *DefaultManualFeed: False
  218. *ManualFeed True: "statusdict begin /manualfeed true store end"
  219. *ManualFeed False: "statusdict begin /manualfeed false store end"
  220. *?ManualFeed: "
  221.   statusdict /manualfeed get
  222.   {(True)}{(False)}ifelse = flush"
  223. *End
  224. *CloseUI: *ManualFeed
  225.  
  226. *DefaultOutputOrder: Normal
  227.  
  228. *% Font Information =====================
  229.  
  230. *DefaultFont: Courier
  231. *Font AvantGarde-Book: Standard "(001.002)"
  232. *Font AvantGarde-BookOblique: Standard "(001.002)"
  233. *Font AvantGarde-Demi: Standard "(001.003)"
  234. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  235. *Font Bookman-Demi: Standard "(001.001)"
  236. *Font Bookman-DemiItalic: Standard "(001.001)"
  237. *Font Bookman-Light: Standard "(001.001)"
  238. *Font Bookman-LightItalic: Standard "(001.001)"
  239. *Font Courier: Standard "(001.005)"
  240. *Font Courier-Bold: Standard "(001.005)"
  241. *Font Courier-BoldOblique: Standard "(001.005)"
  242. *Font Courier-Oblique: Standard "(001.005)"
  243. *Font Helvetica: Standard "(001.002)"
  244. *Font Helvetica-Bold: Standard "(001.002)"
  245. *Font Helvetica-BoldOblique: Standard "(001.002)"
  246. *Font Helvetica-Condensed: Standard "(001.001)"
  247. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  248. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  249. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  250. *Font Helvetica-Narrow: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  252. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  253. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  254. *Font Helvetica-Oblique: Standard "(001.002)"
  255. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  256. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  257. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  258. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  259. *Font Palatino-Bold: Standard "(001.002)"
  260. *Font Palatino-BoldItalic: Standard "(001.002)"
  261. *Font Palatino-Italic: Standard "(001.002)"
  262. *Font Palatino-Roman: Standard "(001.001)"
  263. *Font Symbol: Special "(001.003)"
  264. *Font Times-Bold: Standard "(001.002)"
  265. *Font Times-BoldItalic: Standard "(001.004)"
  266. *Font Times-Italic: Standard "(001.002)"
  267. *Font Times-Roman: Standard "(001.002)"
  268. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  269. *Font ZapfDingbats: Special "(001.002)"
  270.  
  271. *?FontQuery: "
  272. save  4 dict begin /sv exch def
  273. /str (fonts/                              ) def
  274. /st2 128 string def
  275. {
  276.   count 0 gt {
  277.     dup st2 cvs (/) print print (:) print
  278.     dup FontDirectory exch known {pop (Yes)}{
  279.      str exch st2 cvs dup length /len exch def
  280.      6 exch putinterval str 0 len 6 add getinterval mark exch
  281.      { } st2 filenameforall counttomark 0 gt {
  282.       cleartomark (Yes)}{cleartomark (No)}ifelse
  283.     }ifelse = flush
  284.   }{ exit } ifelse
  285. } bind loop
  286. (*) = flush
  287. sv end restore
  288. "
  289. *End
  290.  
  291. *?FontList: "
  292. save  2 dict begin /sv exch def
  293. /str 128 string def
  294. FontDirectory { pop == } bind forall flush
  295. /filenameforall where { 
  296.  pop save (fonts/*) { 
  297.   dup length 6 sub 6 exch getinterval cvn == 
  298.  } bind str filenameforall flush restore
  299. } if 
  300. (*) = flush
  301. sv end restore
  302. "
  303. *End
  304.  
  305. *% Printer Messages (verbatim from printer):
  306. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  307. *Message: "%%[ Flushing until EOF seen ]%%"
  308. *Message: "%%[WARNING: Font \FontName\ not found, substituting Courier.]%%"
  309. *Message: "%%[ Initializing... ]%%"
  310.  
  311. *% Status (format: %%[ status: <one of these> ]%% )
  312. *Status: "idle"
  313. *Status: "busy"
  314. *Status: "waiting"
  315. *Status: "printing"
  316. *Status: "warming up"
  317. *Status: "Initializing"
  318. *Status: "printing startup page"
  319. *Status: "printing test page"
  320. *Status: "PrinterError: no paper tray"
  321. *Status: "PrinterError: service call"
  322. *Status: "PrinterError: no toner cartridge"
  323. *Status: "PrinterError: cover open"
  324. *Status: "PrinterError: paper entry misfeed"
  325. *Status: "PrinterError: manual feed"
  326. *Status: "PrinterError: out of paper"
  327.  
  328. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  329. *Source: "serial25"
  330. *Source: "appletalk"
  331. *Source: "Centronics"
  332.  
  333. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  334. *PrinterError: "no paper tray"
  335. *PrinterError: "service call"
  336. *PrinterError: "no toner cartridge"
  337. *PrinterError: "cover open"
  338. *PrinterError: "paper entry misfeed"
  339. *PrinterError: "manual feed"
  340. *PrinterError: "out of paper"
  341.  
  342. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  343.  
  344. *% Color Separation Information =====================
  345.  
  346. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  347.  
  348. *InkName: ProcessBlack/Process Black
  349. *InkName: CustomColor/Custom Color
  350. *InkName: ProcessCyan/Process Cyan
  351. *InkName: ProcessMagenta/Process Magenta
  352. *InkName: ProcessYellow/Process Yellow
  353.  
  354. *%  For 60 lpi / 300 dpi  ===============================
  355.  
  356. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  357. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  358. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  359. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  360. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  361.  
  362. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  367.  
  368. *%  For 53 lpi / 300 dpi  ===============================
  369.  
  370. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  371. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  372. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  373. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  374. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  375.  
  376. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  377. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  378. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  379. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  380. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  381.  
  382. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  383.  
  384. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  385. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  386. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  387. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  388. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  391. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  392. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  393. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  394. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  395.  
  396. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  397. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  398. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  399. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  400. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  401. "
  402. *End
  403.  
  404. *%  For 71 lpi / 600 dpi  ===============================
  405.  
  406. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  407. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  408. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  409. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  410. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  411.  
  412. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  413. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  414. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  415. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  416. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  417.  
  418. *% end of PPD file for QMS 420
  419.